バージョン

Item(Vector[]) プロパティ

Vector 下付き文字のシリーズを取得する BooleanMatrix のインデクサー。BooleanMatrix は、1 次元的または 2 次元的にインデックスできます。
シンタックス
'宣言
 
Public Overloads Property Item( _
   ByVal ParamArray subscript() As Vector _
) As BooleanMatrix
public BooleanMatrix Item( 
   params Vector[] subscript
) {get; set;}

パラメータ

subscript
インデックス Vectors の配列

プロパティ値

subscript によって指定された要素を含む BooleanMatrix。
例外
例外解説
System.ArgumentOutOfRangeException BooleanMatrix が空の場合に発生します。
System.ArgumentExceptionsubscript がユニタリ以外で BooleanMatrix と異なる次元数を持つ場合に発生します。
System.ArgumentOutOfRangeException 下付き文字インデックスが BooleanMatrix の範囲外である場合に発生します。
System.ArgumentOutOfRangeException 下付き文字のインデックスが integer 以外を持つ場合に発生します。
System.ArgumentOutOfRangeException 下付き文字によって指定される要素と一致しない値を設定した場合に発生します。
参照